type net/http.http2Transport
29 uses
net/http (current package)
client.go#L320: case *http2Transport, http2noDialH2RoundTripper:
h2_bundle.go#L764: t *http2Transport
h2_bundle.go#L881: func (p *http2clientConnPool) addConnIfNeeded(key string, t *http2Transport, c *tls.Conn) (used bool, err error) {
h2_bundle.go#L917: func (c *http2addConnCall) run(t *http2Transport, key string, tc *tls.Conn) {
h2_bundle.go#L3001: func (t *http2Transport) dialTLSWithContext(ctx context.Context, network, addr string, cfg *tls.Config) (*tls.Conn, error) {
h2_bundle.go#L6783: type http2Transport struct {
h2_bundle.go#L6867: func (t *http2Transport) maxHeaderListSize() uint32 {
h2_bundle.go#L6877: func (t *http2Transport) disableCompression() bool {
h2_bundle.go#L6881: func (t *http2Transport) pingTimeout() time.Duration {
h2_bundle.go#L6901: func http2ConfigureTransports(t1 *Transport) (*http2Transport, error) {
h2_bundle.go#L6905: func http2configureTransports(t1 *Transport) (*http2Transport, error) {
h2_bundle.go#L6907: t2 := &http2Transport{
h2_bundle.go#L6948: func (t *http2Transport) connPool() http2ClientConnPool {
h2_bundle.go#L6953: func (t *http2Transport) initConnPool() {
h2_bundle.go#L6964: t *http2Transport
h2_bundle.go#L7173: func (t *http2Transport) RoundTrip(req *Request) (*Response, error) {
h2_bundle.go#L7199: func (t *http2Transport) RoundTripOpt(req *Request, opt http2RoundTripOpt) (*Response, error) {
h2_bundle.go#L7241: func (t *http2Transport) CloseIdleConnections() {
h2_bundle.go#L7303: func (t *http2Transport) dialClientConn(ctx context.Context, addr string, singleUse bool) (*http2ClientConn, error) {
h2_bundle.go#L7315: func (t *http2Transport) newTLSConfig(host string) *tls.Config {
h2_bundle.go#L7329: func (t *http2Transport) dialTLS(ctx context.Context) func(string, string, *tls.Config) (net.Conn, error) {
h2_bundle.go#L7351: func (t *http2Transport) disableKeepAlives() bool {
h2_bundle.go#L7355: func (t *http2Transport) expectContinueTimeout() time.Duration {
h2_bundle.go#L7362: func (t *http2Transport) NewClientConn(c net.Conn) (*http2ClientConn, error) {
h2_bundle.go#L7366: func (t *http2Transport) newClientConn(c net.Conn, singleUse bool) (*http2ClientConn, error) {
h2_bundle.go#L9588: func (t *http2Transport) vlogf(format string, args ...interface{}) {
h2_bundle.go#L9594: func (t *http2Transport) logf(format string, args ...interface{}) {
h2_bundle.go#L9674: type http2noDialH2RoundTripper struct{ *http2Transport }
h2_bundle.go#L9684: func (t *http2Transport) idleConnTimeout() time.Duration {